home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / MADgic41.lzh / 1990 / Vlad.s < prev    next >
Text File  |  1992-03-10  |  1KB  |  53 lines

  1. ;
  2. ;    Warrior: Vlad
  3. ;  File name: vlad.red
  4. ; Tournament: ICWST'90
  5. ;   Standard: CWS'88
  6. ;     Author: D.Bofinger & T.J.Allen, 7/90
  7. ;
  8. ;             Inspired by Robert Martin's Vampire 
  9. ;
  10. ; Vlad (the Impaler) -- spray the world with lures, when
  11. ;  someone is trapped breed him up as a slave 
  12. ;  to help you erase the world. Keep erasing
  13. ;  the world until the enemy is extinct in
  14. ;  the wild, then have the slaves commit
  15. ;  suicide.
  16. ; Note: The register gotme should contain the process limit, but the program
  17. ;  should still run if it's wrong (at greatly reduced efficiency).
  18. ;trap sector
  19. twirl   djn stab,gotme 
  20. seppuku mov ammo,breed 
  21.         mov ammo,stab
  22. gotme   dat 64,64 
  23. stab    mov bomb,<molar 
  24.         jmp stab 
  25. spin    mov go,start
  26.         djn breed,gotme
  27.         jmp seppuku 
  28. breed   spl twirl
  29.         jmp breed 
  30. ;start of real program
  31. start   mov fang,@tusk 
  32.         add #37,tusk 
  33.         sub #37,fang 
  34.         djn start,ammo
  35. worry   mov #209,ammo 
  36.         add #7722,fang 
  37.         sub #7722,tusk 
  38.         jmp start 
  39. erase   mov bomb,<molar  ;start doing our bit in the erasure 
  40.         jmp erase 
  41. go      jmp erase-start
  42. fang    jmp @0,(spin-tusk-2500) 
  43. ammo    dat 145
  44. tusk    dat 2500 
  45. bomb    dat twirl-molar,twirl-molar
  46. molar   dat twirl-molar,twirl-molar 
  47.         end start
  48.